home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / amigaedocs.lha / ModulesText / DiskFont.txt < prev    next >
Text File  |  1992-09-02  |  337b  |  13 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:DiskFont.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. LIBRARY 'diskfont.library', diskfontbase         /* informal notation */
  6.   OpenDiskFont(A0)
  7.   AvailFonts(A0,D0,D1)
  8.   NewFontContents(A0,A1)
  9.   DisposeFontContents(A1)
  10.   NewScaledDiskFont(A0,A1)
  11. ENDLIBRARY
  12.  
  13.